/*公用属性*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
    font-family: Arial,'宋体';
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: "";
}

abbr, acronym {
    border: 0;
}

a:link, a:visited {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
}

a:active {
    text-decoration: none;
    color: #06549e;
}

input, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, textarea, select {
    *font-size: 100%;
}

ins {
    text-decoration: none;
}

a:focus {
    outline: none;
}

area, a, a img {
    blr: expression(this.onFocus=this.blur());
}

ul.listStyle {
    list-style: decimal outside;
}

ul.listStyle_in {
    list-style: decimal inside;
}

ul.outside {
    list-style-position: outside;
}

input {
    border: none;
}
/*定位*/
.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.center {
    margin: 0 auto;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.cb {
    clear: both;
}

.cl {
    clear: left;
}

.cr {
    clear: right;
}

.clearfix {
    *zoom: 1;
}

    .clearfix:after {
        clear: both;
        height: 0;
        overflow: hidden;
        display: block;
        visibility: hidden;
        content: ".";
    }

.vm {
    vertical-align: middle;
}

.vb {
    vertical-align: bottom;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.zoom {
    zoom: 1;
}

.hidden {
    visibility: hidden;
}

.none {
    display: none;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.ib {
    display: inline-block;
}

.hand {
    cursor: pointer;
}

.oh {
    overflow: hidden;
}

.oe {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nowrap {
    white-space: nowrap;
}

.center1000 {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
/*阴影*/
.Inshadow {
    box-shadow: 2px 2px 2px #e5e4e4 inset;
}

.Outshadow {
    box-shadow: 2px 2px 1px #e5e4e4;
}

.Outshadow_qian {
    box-shadow: 0px 1px 4px #eeeeee;
}
/*边距*/
.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.m15 {
    margin: 15px;
}

.m20 {
    margin: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt7 {
    margin-top: 7px;
}

.mt25 {
    margin-top: 25px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.w_120 {
    width: 120px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}
/*字体*/
.f10 {
    font-size: 10px;
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f36 {
    font-size: 36px;
}

.fb {
    font-weight: bold;
}

.fn {
    font-weight: normal;
}

.f12b {
    font-size: 12px;
    font-weight: bold;
}

.f14b {
    font-size: 14px;
    font-weight: bold;
}

.f16b {
    font-size: 16px;
    font-weight: bold;
}

.f18b {
    font-size: 18px;
    font-weight: bold;
}

.f24b {
    font-size: 24px;
    font-weight: bold;
}

.t2 {
    text-indent: 2em;
}

.radius4 {
    border-radius: 4px;
}

* + html .w_120 {
    width: 100px;
}
/*边框类-边框类命名规则：实线以solid开头，虚线以dashed开头，如四边都有实线边框使用solidAll_开头，后面加上颜色名称*/
.dashedB_gray {
    border-bottom: 1px dashed #dddddd;
}

.dashedT {
    border-top: 1px dashed #ececec;
}

.solidB {
    border-bottom: 1px solid #ececec;
}

.solidB_red {
    border-bottom: 3px solid #d30d15;
}

.solidAll_gray3 {
    border: 1px solid #e8e8e8;
}

.solidAll_r {
    border: 1px solid #d30d15;
}
/*行高*/
.lh18 {
    line-height: 18px;
}

.lh20 {
    line-height: 20px;
}

.lh22 {
    line-height: 22px;
}

.lh24 {
    line-height: 24px;
}

.lh30 {
    line-height: 30px;
}

.lh36 {
    line-height: 36px;
}

.lh40 {
    line-height: 40px;
}

.Hr_10 {
    height: 10px;
}

.Hr_20 {
    height: 20px;
}

.Hr_30 {
    height: 30px;
}

.Hr_40 {
    height: 40px;
}

.fontYaHei {
    font-family: "Microsoft YaHei","\5b8b\4f53",sans-serif;
}

a.gray9:link, a.gray9:visited {
    color: #999;
}

.gray6 {
    color: #666;
}

.gray9 {
    color: #999;
}

.red_dark {
    color: #b00108;
}

a.red_dark, a:visited.red_dark {
    color: #b00108;
}

.red, a.red {
    color: #d30d15;
}

    a.red:link, a.red:visited {
        color: d30d15;
    }

.white, a.white {
    color: #ffffff;
}
/*背景类-背景类命名规则：以bg开头，后面是颜色英文名称，第一个字母大写*/
.bggray1 {
    background-color: #f8f8f8;
}

.bggray2 {
    background-color: #cccccc;
}

.bgRed_l {
    background-color: #e26862;
}

.bgRed {
    background-color: #d30d15;
}

.bgRed_d {
    background-color: #b00108;
}

.bggray {
    background-color: #ececec;
}

.bgwhite {
    background-color: #ffffff;
}

.w_700 {
    width: 700px;
}

.w_290 {
    width: 290px;
}

.w_300 {
    width: 300px;
}

.w_400 {
    width: 400px;
}

.w_520 {
    width: 520px;
}

.w_60 {
    width: 60px;
}

.w_180 {
    width: 180px;
}
/*logo*/
.manage {
    width: 18px;
}

.search {
    width: 50%;
    margin-top: 15px;
}

.swiper-container {
    width: 290px;
    height: 240px;
}

.search input {
    width: 78%;
    background: inherit;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    border: 2px #d30d15 solid;
    vertical-align: top;
}

* + html .search input { /* IE7 only*/
    margin: -1px 0 0 0;
}

.search a {
    width: 15%;
    background: #d30d15;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border: 2px solid #d30d15;
}
/*nav*/
.nav {
    height: 60px;
    line-height: 60px;
}

    .nav ul li {
        width: 12%;
    }
/*内容*/
.img_n img {
    width: 290px;
    height: 240px;
    display: block;
}
/*登录申报等活动*/
.act ul li {
    /*height: 36px;
    line-height: 36px;*/
    height: 28px;
    line-height: 28px;
    /*border:1px solid red;*/
}

    .act ul li img {
        /*width: 30px;
        height: auto;*/
        width: 29px;
        height: 29px;
        margin-top: -6px;
    }

    .act ul li span {
        line-height: 36px;
        display: inline-block;
    }

/*业界新闻*/
.img_x {
    width: 120px;
    height: 80px;
}

.news_t {
    width: 520px;
}
/*会员专区*/
.member {
    height: 110px;
}
/*友情链接*/
.friend ul li img {
    height: 40px;
    width: auto;
}




/*返回顶部*/
.tel_1 {
    width: 48px;
    height: 48px;
    background: #dedede;
    margin-top: 15px;
}

.search a {
    *line-height: 16px;
}

.tel_1 img {
    display: block;
    margin: 0 auto;
    padding-top: 8px;
}

/*分会概况*/
.w_240 ul li {
    height: 50px;
    line-height: 50px;
}

.activty {
    border-left: 3px solid #d30d15;
    background: #e8e8e8;
}

.w_240 {
    width: 240px;
}

.w_740 {
    width: 740px;
    min-height: 700px;
}

    .w_740 img {
        max-width: 100%;
        height: auto;
    }

    .w_740 table {
        width: 100%!important;
    }

        .w_740 table tr {
            max-width: 100%;
        }

            .w_740 table tr td {
                max-width: 100%;
            }

.w_540 {
    width: 540px;
}

.w_80 {
    width: 80px;
}

.p40 {
    padding: 40px;
}

.bgdark {
    background: #f5f5f5;
}

.ma {
    width: 160px;
    height: auto;
    margin: 0 auto;
}

.chose_n {
    background: #d30d15;
    border: 1px solid #d30d15;
    color: #ffffff;
}

.img_p {
    width: 30px;
    height: auto;
}

.img_v {
    width: 15px;
    height: auto;
}

.img_r {
    width: 20px;
    height: auto;
}

.img_s {
    width: 100%;
    height: auto;
}
/*注册表单*/
.chose_m {
    border-top: 4px solid #d30d15;
    padding: 8px 25px;
    background: #ffffff;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.chose_t {
    background: #f2f2f2;
    padding: 8px 25px;
    border: 1px solid #e8e8e8;
}

.resign {
    margin-top: 7px;
}

    .resign input {
        background: inherit;
        border: 1px solid #ccc;
    }

.name_1 {
    width: 100px;
}

.table_1 {
    width: 200px;
}

.table_2 {
    width: 400px;
    height: 60px;
}


.search_s input {
    border: none;
    width: 90%;
    height: 40px;
}

.member_a li {
    width: 20%;
}


.member_t li {
    margin: 1%;
    width: 23%;
}

.login {
    width: 360px;
    height: 270px;
}

.fixed {
    position: fixed;
    bottom: 140px;
    right: 20px;
    width: 66px;
    height: 66px;
    margin-top: 15px;
}

.fixed_2 {
    position: fixed;
    bottom: 70px;
    right: 20px;
    width: 66px;
    height: 66px;
    margin-top: 15px;
}







@media (max-width: 1023px) {
    /*首页*/
    .center1000 {
        width: 800px;
    }

    .swiper-container {
        width: 180px;
        height: 240px;
    }

    .img_n img {
        height: 240px;
        width: 200px;
    }

    .w_290 {
        width: 200px;
    }

    .w_300 {
        width: 290px;
    }

    .w_520 {
        width: 420px;
    }

    .w_700 {
        width: 590px;
    }

    .news_t {
        width: 425px;
    }

    .w_400 {
        width: 380px;
    }

    .logo_b {
        display: none;
    }

    .banner_1 {
        width: 200px;
        height: auto;
    }

    .banner_2 {
        width: 590px;
        height: auto;
    }

    .w_120 {
        width: 100px;
    }

    .banner_1 img, .banner_2 img {
        width: 100%;
    }
    /*内容页*/
    .w_740 {
        width: 580px;
    }

    .w_240 {
        width: 200px;
    }

    .leftbar {
        display: none;
    }

    .w_540 {
        width: 400px;
    }

    .table_2 {
        width: 340px;
    }

    .member_t li {
        width: 31%;
    }
}

@media (max-width: 801px) {
    /*首页*/
    .center1000 {
        width: 90%;
    }

    .logo_t {
        width: 40%;
    }

    .search {
        margin-top: 5px;
    }

    .img_n img {
        display: none;
    }

    .swiper-container {
        display: none;
    }

    .w_290 {
        width: 100%;
    }

    .w_300 {
        width: 70%;
    }

    .w_400 {
        width: 98%;
    }

    .w_520 {
        width: 50%;
    }

    .w_700 {
        width: 100%;
    }

    .news_t {
        width: 80%;
    }

    .banner_1 img {
        display: none;
    }

    .banner_2 {
        width: 100%;
    }

    .f18 {
        font-size: 17px;
    }

    .w_240 {
        width: 100%;
    }

    .w_80 {
        width: 70px;
    }

    .w_740 {
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
    }

    .p40 {
        padding: 15px;
    }

    .w_240 ul li {
        height: 40px;
        line-height: 40px;
    }
}

.positionre {
    width: 1120px;
    margin: 0 auto;
}

.studyicon {
    border: 0px;
    width: 100px;
    width: 200px;
    height: 100px;
    position: fixed;
    top: 400px;
    left: 0px;
}

@media (max-width: 660px) {
    .studyicon {
        display: none;
    }
    /*首页*/
    .center1000 {
        width: 100%;
    }

    .positionre {
        width: 100%;
    }

    .w_400 {
        width: 100%;
    }

    .search a {
        height: 30px;
        line-height: 30px;
    }

    .search input {
        height: 30px;
        line-height: 30px;
    }

    .nav {
        height: 100px;
        line-height: 30px;
    }

        .nav ul li {
            width: 25%;
        }

    .news_t {
        width: 70%;
    }

    .ml10 {
        margin-left: 0;
    }

    .w_400 {
        width: 100%;
    }

    .w_540 {
        width: 370px;
    }

    .logo_t {
        padding: 5px;
    }

    .search {
        margin-top: 10px;
    }

    .wnone {
        display: none;
    }

    .table_2 {
        width: 280px;
    }

    .member_a li {
        width: 25%;
    }

    .img_t {
        width: 90%;
    }
}


@media (max-width: 450px) {
      .studyicon {
        display: none;
    }
    /*首页*/
    .f16 {
        font-size: 14px;
    }

    .mb40 {
        margin-bottom: 15px;
    }

    .img_x {
        height: 70px;
        width: 100px;
    }

    .w_120 {
        width: 70px;
    }

    .news_t {
        width: 70%;
        height: 70px;
    }

    .jianjie {
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .wnone {
        display: none;
    }

    .img_p {
        height: auto;
        margin-top: 5px!important;
        width: 22px;
    }

    .gotop {
        width: 32px;
        height: 32px;
    }

    .tel_1 img {
        padding-top: 0px!important;
    }

    .fixed {
        bottom: 140px;
        height: 48px;
        margin-top: 15px;
        position: fixed;
        right: 20px;
        width: 48px;
    }

    .fixed_2 {
        width: 48px;
        height: 48px;
    }

    .w_520 {
        width: 74%;
    }

    .xuezu {
        width: 100%;
    }

    .w_740 {
        min-height: 50px;
    }

    .m20 {
        margin: 10px;
    }

    .p20 {
        padding: 10px;
    }

    .w_540 {
        width: 100%;
    }

    .logo_t {
        width: 70%;
    }

    .search {
        width: 96%;
    }

    .nav {
        margin-top: 10px;
    }

    .p40 {
        padding: 10px;
    }

    .w_240 ul li {
        height: 40px;
        line-height: 40px;
    }

    .f24b {
        font-size: 17px;
    }

    .mb40 {
        margin-bottom: 15px;
    }

    .mt40 {
        margin-top: 15px;
    }

    .pl20 {
        padding-left: 15px;
    }

    .pt20 {
        padding-top: 15px;
    }

    .table_2 {
        width: 70%;
    }

    .name_1 {
        width: 90px;
    }

    .member_a li {
        width: 33.3%;
    }

    .loginshow {
        left: 50%;
        margin-left: -144px;
    }
}

@media (max-width: 390px) {
      .studyicon {
        display: none;
    }
    /*首页*/
    .news_t {
        width: 65%;
    }

    .f18 {
        font-size: 15px;
    }

    .table_1 {
        width: 65%;
    }

    .search_s input {
        width: 80%;
    }

    .login {
        width: 90%;
    }

    .w_180 {
        width: 50%;
    }
}
